home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-09-25 | 720 b | 23 lines | [TEXT/GEOL] |
- Item 1657232 23-Sept-89 20:05
-
- From: SCHMUCKER1 Schmucker, Kurt
-
- To: MACAPP.TEST MacApp SQA Team
- APPLE.BUGS Apple Bugs Reporting
-
- cc: MACAPP.TECH$ MACAPP Tech
-
- Sub: TList-String Interface Bug
-
- If you have a TList subclass with a String instance variable, it is not
- possible to use the Pascal string built-in 'Delete' on the string, because the
- Object Pascal scoping rules will always associate the name 'Delete' with
- TList.Delete.
-
- I believe that this calls for an interface change in TList, making 'Delete'
- into something like 'DeleteElement'.
-
- MacApp 2.0ß9
- MPW 3.0
-
-